.map-container {
  /*height: 600px;*/
  background-color: #f3f3f3;
}
.map-container .map-box {
  height: 100%;
}
.map-container .map-box h2 {
  text-align: center;
  color: #114d8f;
  font-size: 22px;
  font-weight: bold;
  padding: 27px 0;
}
.map-container .map-box .map-content .left_map {
  flex: 1;
}
.map-container .map-box .map-content .left_map .map_div {
  height: 448px;
  background: url("../images/map/xuzhou-map.png") center no-repeat;
  background-size: 100%;
  position: relative;
}
.map-container .map-box .map-content .left_map .map_div .mark {
  position: absolute;
  display: block;
  width: 27px;
  height: 43px;
  background: url("../images/map/mark.png") center no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.map-container .map-box .map-content .left_map .map_div .active {
  background: url("../images/map/mark-active.png") center no-repeat;
}
.map-container .map-box .map-content .left_map .map_div .mark1 {
  left: 35px;
  top: 95px;
}
.map-container .map-box .map-content .left_map .map_div .mark2 {
  left: 115px;
  top: 95px;
}
.map-container .map-box .map-content .left_map .map_div .mark3 {
  right: 185px;
  top: 170px;
}
.map-container .map-box .map-content .left_map .map_div .mark4 {
  right: 180px;
  bottom: 98px;
}
.map-container .map-box .map-content .left_map .map_div .mark5 {
  right: 80px;
  top: 210px;
}
.map-container .map-box .map-content .left_map .map_div .mark6 {
  left: 188px;
  top: 225px;
}
.map-container .map-box .map-content .left_map .map_div .mark7 {
  left: 285px;
  top: 150px;
}
.map-container .map-box .map-content .left_map .map_div .mark8 {
  left: 200px;
  top: 175px;
}
.map-container .map-box .map-content .left_map .map_div .mark9 {
  left: 230px;
  top: 210px;
}
.map-container .map-box .map-content .left_map .map_div .mark10 {
  left: 170px;
  top: 195px;
}
.map-container .map-box .map-content .left_map .map_div .mark11 {
  left: 260px;
  top: 150px;
}
.map-container .map-box .map-content .left_map .map_div .mark12 {
  left: 210px;
  top: 240px;
}
.map-container .map-box .map-content .right_list {
  padding-left: 50px;
  flex: 1;
  max-height: 465px;
  overflow-y: auto;
/* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-color: rgba(0,0,0,0.2) rgba(0,0,0,0.1);
/* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.map-container .map-box .map-content .right_list .address_box .list-item {
  border-radius: 6px;
  background: url("../images/map/list-bg.png") center no-repeat;
  background-size: 100%;
  height: 105px;
  background-color: #fff;
  margin-bottom: 15px;
}
.map-container .map-box .map-content .right_list .address_box .list-item a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.map-container .map-box .map-content .right_list .address_box .list-item a .name {
  color: #505050;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  width: 162px;
  margin: 0 30px;
}
.map-container .map-box .map-content .right_list .address_box .list-item a .about {
  min-width: 380px;
  /*margin-left: 100px;*/
  width: 380px;
}
.map-container .map-box .map-content .right_list .address_box .list-item a .about .about-item {
  display: flex;
  align-items: center;
}
.map-container .map-box .map-content .right_list .address_box .list-item a .about .about-item img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.map-container .map-box .map-content .right_list .address_box .list-item a .about .about-item p {
  color: #505050;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-container .map-box .map-content .right_list .address_box .list-item:last-child {
  margin-bottom: 0;
}
.map-container .map-box .map-content .right_list .address_box .active_list {
  background: url("../images/map/list-bg-active.png") center no-repeat;
  background-size: 100%;
}
.map-container .map-box .map-content .right_list::-webkit-scrollbar {
  width: 5px;
}
.map-container .map-box .map-content .right_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,0.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.map-container .map-box .map-content .right_list::-webkit-scrollbar-corner {
  border-radius: 0;
  background: rgba(0,0,0,0.1);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
